DevTools

interface DevTools

Allows working with Chromium Developer Tools and access the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools.

Since

7.1

Properties

Link copied to clipboard

The remote debugging URL of the currently loaded web page in the browser associated with this DevTools.

Functions

Link copied to clipboard
abstract fun browser(): Browser
Returns the Browser that owns the dev tools.
Link copied to clipboard
abstract fun hide()
Closes Chromium Developer Tools window if any is shown.
Link copied to clipboard
Returns an Optional that contains a string that represents the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools or an empty Optional if the URL is not available, because the engine has not been configured with the remote debugging port.
Link copied to clipboard
abstract fun show()
Opens Chromium Developer Tools panel in a new window.